GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_end
authorRobert Ancell <robert.ancell@canonical.com>
Sun, 7 Oct 2018 22:34:43 +0000 (11:34 +1300)
committerRobert Ancell <robert.ancell@canonical.com>
Sun, 7 Oct 2018 22:38:20 +0000 (11:38 +1300)
commitdd69c4e0f211fa14f58dcbdf6f1eeaa6913afe83
treeb9b11b530f10911d3beeb5fbc7fa46c464f6dd99
parentcbb0d7ba69496ebe8b4b663d9a5572cf11622588
GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_end

The previous type was a pointer to a pointer, which seems to be a copy-paste
error from GtkBuildable.custom_tag_start which is an out parameter. It was
always cast in use so this is an API break, but not an ABI one.
gtk/gtkbuildable.c
gtk/gtkbuildable.h
gtk/gtkcellarea.c
gtk/gtkcellview.c
gtk/gtkcombobox.c
gtk/gtkcontainer.c
gtk/gtkentrycompletion.c
gtk/gtkfilefilter.c
gtk/gtkiconview.c
gtk/gtkliststore.c
gtk/gtktreeviewcolumn.c